Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632106 Views

Latest files of /cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation

style.css cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation/style.css
139 Views
0 Comments
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Titan+One");
body,
.container {
background: #151515;
margin: 0;
height: 100%;
overflow: hidden;
style.scss cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation/style.scss
173 Views
0 Comments
Media file
index.html cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation/index.html
304 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Full Width Menu Animation</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />